home *** CD-ROM | disk | FTP | other *** search
- Subject: Dead Stripping
- Sent: 7/3/96 8:27 AM
- Received: 7/3/96 9:23 AM
- From: Paul Mylchreest, paulm@teamsoft.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Dear ODF Team,
-
- I have run into a small problem regarding Dead Stripping.
-
- I have subclassed <FW_CSuperView> into <CClassA>. Everything is fine.
- However, when I subclasse <CClassA> into <CClassB>, the only method that is
- not stripped is <FW_DoNotDeadStripCClassB()>. There is no multiple
- inheritance involved.
-
-
-
- While I'm at it, is there any problem with deriving <CClassB> from
- FW_MReceiver? The class have to be declared auto-destruct. Is this a
- problem?
-
- Thanks,
-
- Paul
-
-
-